home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / notes.old < prev    next >
Text File  |  1994-07-25  |  470b  |  22 lines

  1. @echo off
  2. echo off
  3. rem
  4. rem $ 5 - path  to install notes directories on
  5. rem $ 2 - eight character name for notes
  6. rem $ 3 - radix 5, 12, 25, or 50, defaults to 50
  7. rem
  8. if %1x == *x $5\notes $5 %2 %3
  9. rem Gill has radix of 12 not 50
  10. if not %2x == gillx goto l1
  11. $5\bldnotes %1 %2 12
  12. goto l3
  13. :l1
  14. rem PSALMS has radix of 5 not 50
  15. if not %2x == psalmsx goto l2
  16. $5\bldnotes %1 %2 5
  17. goto l3
  18. :l2
  19. $5\bldnotes %1 %2 %3
  20. :l3
  21. if errorlevel 1 Directories Not Created
  22.